home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 February (DVD) / PCWorld_2008-02_DVD.iso / v cisle / PHP / PHP.exe / xampp-win32-1.6.5-installer.exe / apache / conf / ssl.crl / README.CRL < prev   
Encoding:
Text File  |  2007-12-20  |  331 b   |  12 lines

  1.  
  2.  This is the ssl.crl/ directory of Apache/mod_ssl where
  3.  PEM-encoded X.509 Certificate Revocation Lists (CRL) for SSL are stored.
  4.  
  5.  Per default this directory contains no CRLs.
  6.  
  7.  You can view the ingredients of a particular CRL file in plain text
  8.  by running the command:
  9.  
  10.    $ openssl crl -noout -text -in <name>.crl
  11.  
  12.